search for: reaosnably

Displaying 3 results from an estimated 3 matches for "reaosnably".

Did you mean: reaosnable
2020 Nov 14
1
why does virtual console start affect graphical start up?
....18.0-193.19.1.el8_2.x86_64 << using this one for this graphical boot 3. 4.18.0-193.28.1.el8_2.x86_64 Only #3 will boot without a *Virtual console can not start *error message but it hangs up trying to get into graphical mode, although it will boot to multi-user. The first 2 seem to work reaosnably well in either graphical or multi-user but I get a *Virtual console can not start *in boot messages with both of these. Does anyone know anything about this? Having a heck of a time trying to prevent lock ups. Thanks. **
2003 Jul 10
1
getting playback length from ogg vorbis file
Hello I need to extract playback length from ogg vorbis file, with 1/100th second precision. The ogginfo program tells the playback length to 1 second precision. Why not to change ogginfo? I suppose many automatic tools need precision higher than 1 second. If you don't want to modify this ogginfo behaviour, please tell me how to get this playback length with high precision. Thank you very
2020 Jun 09
5
Preventing function call from being optimized out in LTO
Hello, I am adding function calls to an LLVM link-time optimization (LTO) pass, using the IRBuilder::CreateCall method. I want these calls to remain in the final x86 binary at any optimization level, but on levels -O2 and -O3, some of these calls are being optimized out. So far, I've tried adding each function in the program (excluding LLVM intrinsics) to the llvm.used set, and I've also