mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 18:43:48 +00:00
added libraries: opus flac libsndfile updated: libvorbis libogg openal - Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
6 lines
92 B
C
6 lines
92 B
C
#include <arm_neon.h>
|
|
int main (void)
|
|
{
|
|
float64x2_t tmp;
|
|
tmp = vdupq_n_f64(0.0f);
|
|
}
|