mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: remove __alpha__ && CCPML check
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
2671b576b2
commit
faaf568cfb
1 changed files with 0 additions and 4 deletions
|
|
@ -36,11 +36,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#if defined(__alpha__) && defined(CCPML)
|
||||
#include <cpml.h> /* use Compaq's Fast Math Library on Alpha */
|
||||
#else
|
||||
#include <math.h>
|
||||
#endif
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue