qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 3/3] target-i386: add AES-NI instructions


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 3/3] target-i386: add AES-NI instructions
Date: Thu, 28 Mar 2013 08:49:23 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

On 03/27/2013 05:00 PM, Aurelien Jarno wrote:
> +const uint8_t aes_shifts[16] = {
> +const uint8_t aes_inv_shifts[16] = {
> +const uint8_t aes_mix[4] = {
> +const uint8_t aes_inv_mix[4] = {

static?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]