overte-AleziaKurdis/libraries
Dale Glass bc2c6a280d Fix illegal instruction in libaudio.dylib on OSX
This file gets included by AudioHRTF_avx512.cpp, which contains code
that should only be getting executed on CPUs with the appropriate support.

Unfortunately, when that file is compiled with -mavx512f, GCC also generates
AVX instructions in the code that initializes the value of SQUARE_ROOT_OF_2,
and this crashes on CPUs without AVX because it runs unconditionally.

Avoid the issue entirely by just making it a constant so no code needs to
be run.
2020-06-25 19:31:46 +02:00
..
animation
audio
audio-client
auto-updater
avatars
avatars-renderer
baking
controllers
display-plugins
embedded-webserver
entities Merge pull request #438 from kasenvr/fix/prevent-cert-auto-remove 2020-06-18 17:25:43 -04:00
entities-renderer
fbx
gl
gpu
gpu-gl
gpu-gl-common
gpu-gles Cleaning up android build warnings 2019-09-27 09:19:52 -07:00
graphics
graphics-scripting
hfm
image
input-plugins
ktx
material-networking
midi
model-baker
model-networking
networking Merge pull request #447 from ctrlaltdavid/fix/reloading-serverless 2020-06-18 17:29:31 -04:00
octree
oculusMobile
oculusMobilePlugin
physics
platform
plugins
pointers
procedural
qml
recording
render
render-utils
script-engine
shaders
shared Fix illegal instruction in libaudio.dylib on OSX 2020-06-25 19:31:46 +02:00
task
test-utils
ui
ui-plugins
workload