Skip to content

Commit

Permalink
Updated architecture definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Jun 25, 2024
1 parent b701dd4 commit c6d4490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/lsp-plug.in/common/types.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2020 Linux Studio Plugins Project <https://lsp-plug.in/>
* (C) 2020 Vladimir Sadovnikov <[email protected]>
* Copyright (C) 2024 Linux Studio Plugins Project <https://lsp-plug.in/>
* (C) 2024 Vladimir Sadovnikov <[email protected]>
*
* This file is part of lsp-common-lib
* Created on: 10 авг. 2018 г.
Expand Down Expand Up @@ -173,7 +173,7 @@ namespace lsp

#define SMWORD_MIN INT128_MIN
#define SMWORD_MAX INT128_MAX
#define SMWORD_BITS 64
#define SMWORD_BITS 128

typedef uint128_t umword_t;
typedef int128_t smword_t;
Expand Down

0 comments on commit c6d4490

Please sign in to comment.