repo.or.cz
/
mesa-demos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update function signatures for EXT_tfp entrypoints.
[mesa-demos.git]
/
configs
/
linux-x86
blob
18fa06101deaf8801304130a32cdf13f27f07c6f
1
# Configuration for Linux with x86 optimizations
2
3
include $(TOP)/configs/linux
4
5
CONFIG_NAME = linux-x86
6
7
ASM_FLAGS = -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM
8
ASM_SOURCES = $(X86_SOURCES)
9
ASM_API = $(X86_API)