#include "crypto_int64.h"

void int64_sort2(crypto_int64 *x)
{
  crypto_int64_minmax(x,x+1);
}