This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
flac
mirror of
https://github.com/xiph/flac
Watch
1
Star
0
Fork
You've already forked flac
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a1b7fa78a8
flac
/
cmake
/
CheckVSX.c.in
6 lines
100 B
C
Raw
Blame
History
#
include
<altivec.h>
int
main
(
void
)
{
vector
float
d
=
{
0.0f
,
0.0f
,
0.0f
,
0.0f
}
;
vec_doubleh
(
d
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink