Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
cbf0ab07
Commit
cbf0ab07
authored
Oct 08, 2018
by
Jonathan Wilkes
Browse files
Merge branch 'remove-unnecessary-define'
parents
4f8d1ccf
62332a20
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/d_math.c
View file @
cbf0ab07
...
...
@@ -67,14 +67,6 @@ static void clip_setup(void)
#define DUMTAB1SIZE 256
#define DUMTAB2SIZE 1024
#ifdef MSW
typedef
__int32
int32_t
;
/* use MSVC's internal type */
#elif defined(IRIX)
typedef
long
int32_t
;
/* a data type that has 32 bits */
#else
# include <stdint.h>
/* this is where int32_t is defined in C99 */
#endif
static
float
rsqrt_exptab
[
DUMTAB1SIZE
],
rsqrt_mantissatab
[
DUMTAB2SIZE
];
static
void
init_rsqrt
(
void
)
...
...
Write
Preview
Supports
Markdown
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