Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
179acd06
Commit
179acd06
authored
Sep 06, 2001
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another fix for the altivec detection.
parent
1d728604
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
configure
configure
+3
-3
configure.in
configure.in
+2
-2
No files found.
configure
View file @
179acd06
...
...
@@ -3536,12 +3536,12 @@ else
fi
rm
-f
conftest
*
echo
$ac_n
"checking if
\$
CC groks Altivec
inline assembly
""...
$ac_c
"
1>&6
echo
"configure:3541: checking if
\$
CC groks Altivec
inline assembly
"
>
&5
echo
$ac_n
"checking if
\$
CC groks Altivec
code
""...
$ac_c
"
1>&6
echo
"configure:3541: checking if
\$
CC groks Altivec
code
"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
#line 3543 "configure"
#include "confdefs.h"
void quux(){v
oid *p;asm("mtspr 256,%0"::"r"(-1)
);}
void quux(){v
ec_mtvscr( (vector unsigned int)(0)
);}
int main() {
; return 0; }
...
...
configure.in
View file @
179acd06
...
...
@@ -240,8 +240,8 @@ AC_TRY_COMPILE([void quux(){void *p;asm("xorps %%xmm1,%%xmm2"::"r"(p));}],,
ACCEL_MODULES="${ACCEL_MODULES} ${SSE_MODULES}"
AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
AC_MSG_CHECKING([if \$CC groks Altivec
inline assembly
])
AC_TRY_COMPILE([void quux(){v
oid *p;asm("mtspr 256,%0"::"r"(-1)
);}],,
AC_MSG_CHECKING([if \$CC groks Altivec
code
])
AC_TRY_COMPILE([void quux(){v
ec_mtvscr( (vector unsigned int)(0)
);}],,
ACCEL_MODULES="${ACCEL_MODULES} ${ALTIVEC_MODULES}"
AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment