~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to erts/emulator/hipe/hipe_amd64.h

  • Committer: Bazaar Package Importer
  • Author(s): Erlang Packagers, Sergei Golovan
  • Date: 2006-12-03 17:07:44 UTC
  • mfrom: (2.1.11 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203170744-rghjwupacqlzs6kv
Tags: 1:11.b.2-4
[ Sergei Golovan ]
Fixed erlang-base and erlang-base-hipe prerm scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id$
 
2
 */
 
3
#ifndef HIPE_AMD64_H
 
4
#define HIPE_AMD64_H
 
5
 
 
6
#include "hipe_x86.h"
 
7
#undef hipe_arch_name
 
8
 
 
9
/* for hipe_bifs_{read,write}_{s,u}64 */
 
10
static __inline__ int hipe_word64_address_ok(void *address)
 
11
{
 
12
    return 1;
 
13
}
 
14
 
 
15
#define hipe_arch_name  am_amd64
 
16
 
 
17
extern const Uint sse2_fnegate_mask[];
 
18
 
 
19
#endif /* HIPE_AMD64_H */