aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/helpers.c
Commit message (Expand)AuthorAgeFilesLines
* Precision control bits don't exist with SSEChris Robinson2012-09-181-5/+4
* Win64 doesn't allow _controlfp or __control87_2 to set the precision control ...Chris Robinson2012-09-181-0/+6
* Properly restore the SSE control word with __control87_2Chris Robinson2012-09-161-1/+1
* Properly handle the SSE control wordChris Robinson2012-09-161-16/+37
* Use __control87_2 when availableChris Robinson2012-09-161-0/+7
* Use a struct to store the FPU modeChris Robinson2012-09-161-12/+9
* Don't include alu.h in alMain.hChris Robinson2012-09-141-0/+6
* Enable flush-to-zero mode when possibleChris Robinson2012-09-141-0/+40
* Use _aligned_free for pointers returned by _aligned_mallocChris Robinson2012-08-241-1/+3
* Fix aligned allocator fallbackChris Robinson2012-08-161-3/+2
* Check the max CPUID functions before calling themChris Robinson2012-08-151-4/+11
* Add wrapper methods to ensure aligned allocationsChris Robinson2012-08-151-0/+48
* Check the correct macro for ARM Neon supportChris Robinson2012-08-151-1/+1
* Don't bother handling MMX since we don't use itChris Robinson2012-08-151-8/+3
* Add a config option to disable use of CPU extensionsChris Robinson2012-08-131-8/+11
* Check for some CPU extensionsChris Robinson2012-08-131-0/+55
* Add some includesChris Robinson2012-06-201-0/+9
* Remove an unused property key definitionChris Robinson2012-03-121-2/+0
* Don't use GUIDs to ID mmdevapi devices, and don't enumerate if not neededChris Robinson2012-03-011-0/+16
* Support device enumeration with mmdevapiChris Robinson2012-02-161-0/+8
* Don't fail to insert a map entry when the key exists and the limit is reachedChris Robinson2011-11-261-9/+9
* Return the key's value from the map when it's removedChris Robinson2011-10-061-30/+4
* Only warn when a symbol fails to loadChris Robinson2011-09-241-1/+1
* Move Sleep implementation into helper.c and emulate sched_yield for WindowsChris Robinson2011-09-201-2/+12
* Fix indentationChris Robinson2011-09-201-1/+1
* Log the function name instead of the source file and line numberChris Robinson2011-09-021-8/+2
* Don't set a thread priority if real-time isn't requestedChris Robinson2011-08-311-10/+2
* Add a function to initialize a RWLockChris Robinson2011-08-311-5/+10
* Add a limit to the UIntMap size and use it for sources and effect slotsChris Robinson2011-08-301-1/+8
* Add functions to retrieve the source from the source map while removing itChris Robinson2011-08-301-0/+29
* Use a generic int type to handle enum swapsChris Robinson2011-08-291-2/+2
* Use a read-write lock to protect access to the UInt mapsChris Robinson2011-08-291-7/+65
* Emulate pthread TLS functions in WindowsChris Robinson2011-08-281-0/+26
* Move the GUID initialization to the helperChris Robinson2011-08-201-0/+21
* Move some functions into a separate helper source fileChris Robinson2011-08-201-0/+328