ntru::if_ntru_sse3! [] [src]

macro_rules! if_ntru_sse3 {
    ($ex:expr) => { ... };
    ($bl:block) => { ... };
}

Execute if SSE support

Expands to its argument if SSE3 support is configured and to () otherwise