My Project
imm.cc
Go to the documentation of this file.
1/* emacs edit mode for this file is -*- C++ -*- */
2
3//{{{ docu
4//
5// imm.cc - some special implementations of immediate functions
6// for some special platforms.
7//
8// Hierarchy: basic, arithmetic
9//
10//}}}
11
12
13#include "config.h"
14
15
16#include "imm.h"
17
operations on immediates, that is elements of F_p, GF, Z, Q that fit into intrinsic int,...